home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 3
/
BBS in a box - Trilogy III.iso
/
Files
/
MacTechNotes
/
MacTN files by name
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-12-09
|
240.9 KB
|
4,770 lines
|
[
TEXT/EDIT
]
Name = +5 Volt Trickle
Path = Trilogy III:Files:MacTechNotes:Hardware:+5 Volt Trickle
Size: 6K Date: 4/12/93 Version:
Description:
+5 Volt Trickle - One of the features of the new NuBus90 spec is the
availability of +5 trickle charge. There are some things that you will need
to know about this feature before you design any NuBus card. This Tech Note
will provide these things. NuBus90 +5 trickle feature, +5 trickle feature
on Macintosh, Possible problems with +5 trickle.
Name = 10+ Commandments
Path = Trilogy III:Files:MacTechNotes:Overview:10+ Commandments
Size: 17K Date: 6/22/93 Version:
Description:
10+ Commandments - The world of Macintosh is changing rapidly. With a
plethora of new Macintosh CPUs and the prospect of even stranger, non-68K
CPUs on the horizon, how’s a programmer supposed to keep up? Maybe it’s
time to review some basic tenets of Macintosh programming and point out
some future pitfalls. Not only is it important that Apple evolve new
hardware; Apple must evolve the operating system as well. The issues
discussed here affect the ability of Apple to transform the Macintosh
Operating System into a modern operating system. As you write new code, or
review old code, be aware of these issues.
Name = 32-Bit QuickDraw V1.2
Path = Trilogy III:Files:MacTechNotes:Imaging:Graphics:32-Bit QuickDraw V1.2
Size: 9K Date:10/29/92 Version:
Description:
32-Bit QuickDraw V1.2 - This Technical Note describes the changes and
enhancements to 32-Bit QuickDraw from version 1.0 (as shipped on the
original Color Disk) to version 1.2, which ships with System Software 6.0.5
and later. This Note assumes familiarity with Inside Macintosh, Volume V,
Color QuickDraw, and 32-Bit QuickDraw release notes.
Name = A/ROSE Q&As
Path = Trilogy III:Files:MacTechNotes:Platforms & Tools:A/ROSE Q&As
Size: 16K Date:10/29/92 Version:
Description:
A/ROSE Q&As - This Technical Note contains a collection of Q&As relating to
a specific topic—questions you’ve sent the Developer Support Center (DSC)
along with answers from the DSC engineers. While DSC engineers have checked
the Q&A content for accuracy, the Q&A Technical Notes don’t have the
editing and organization of other Technical Notes. The Q&A function is to
get new technical information and updates to you quickly, saving the polish
for when the information migrates into reference manuals.
Name = A/UX Compatibility Guide
Path = Trilogy III:Files:MacTechNotes:Platforms & Tools:A/UX Compatibility Guide
Size: 12K Date:10/29/92 Version:
Description:
A/UX Compatibility Guide - This Technical Note describes details of the
A/UX 2.0 implementation of which developers should be aware, so that their
Macintosh applications also work properly under A/UX. Changes since April
1989. This Note formerly described A/UX 1.1 Toolbox Bugs, but has been
completely rewritten to cover A/UX 2.0 compatibility. Changes since June
1990. Changes due to A/UX 2.0.1, also added some new important issues.
Name = A/UX Q&As
Path = Trilogy III:Files:MacTechNotes:Platforms & Tools:A/UX Q&As
Size: 26K Date:10/29/92 Version:
Description:
A/UX Q&As - This Technical Note contains a collection of Q&As relating to a
specific topic—questions you’ve sent the Developer Support Center (DSC)
along with answers from the DSC engineers. While DSC engineers have checked
the Q&A content for accuracy, the Q&A Technical Notes don’t have the
editing and organization of other Technical Notes. The Q&A function is to
get new technical information and updates to you quickly, saving the polish
for when the information migrates into reference manuals.
Name = A/UX System Calls
Path = Trilogy III:Files:MacTechNotes:Platforms & Tools:A/UX System Calls
Size: 21K Date:10/29/92 Version:
Description:
A/UX System Calls - This Technical Note discusses how to make A/UX system
calls from applications developed in the Macintosh environment. This is
useful to anyone porting an existing Macintosh driver or application to
work on A/UX as well. Changes since August 1990. Added information about
how to make use of fork() system calls under MultiFinder, as well as how
various A/UX system calls behave under the MultiFinder emulation mode.
Name = A5 and Patching traps
Path = Trilogy III:Files:MacTechNotes:Overview:A5 and Patching traps
Size: 5K Date:10/29/92 Version:
Description:
A5 and Patching traps - Future software may allow desk accessories to have
their own globals by changing register A5 when the accessory is entered and
exited. This can cause problems for applications that patch traps without
following certain rules.
Name = A5 in GrowZone Procs
Path = Trilogy III:Files:MacTechNotes:Memory:A5 in GrowZone Procs
Size: 5K Date:10/29/92 Version:
Description:
A5 in GrowZone Procs - If you have a grow zone function, it may get called
when a system routine is trying to allocate memory. Because this can
happen, you can’t be guaranteed that register A5 will be correct. If your
grow zone function depends on A5, you should save register A5, load A5 from
the low-memory global CurrentA5 (a long word at $904), and restore the
caller’s A5 before you exit.
Name = ADB Q&As
Path = Trilogy III:Files:MacTechNotes:Hardware:ADB Q&As
Size: 17K Date:10/29/92 Version:
Description:
ADB Q&As - This Technical Note contains a collection of Q&As relating to a
specific topic—questions you’ve sent the Developer Support Center (DSC)
along with answers from the DSC engineers. While DSC engineers have checked
the Q&A content for accuracy, the Q&A Technical Notes don’t have the
editing and organization of other Technical Notes. The Q&A function is to
get new technical information and updates to you quickly, saving the polish
for when the information migrates into reference manuals.
Name = ADBReInit in sys 4.2 - Don'
Path = Trilogy III:Files:MacTechNotes:Hardware:ADBReInit in sys 4.2 - Don'
Size: 5K Date: 6/22/93 Version:
Description:
ADBReInit in sys 4.2 - Because of a bug (which causes auto-repeat) in the
ROM version of the Macintosh SE keyboard driver, a patch was placed in
System 4.1. If ADBReInit is called, the ROM version of the keyboard driver
will be reloaded, and the RAM version of the driver with the patches will
not be used. Therefore, it is recommended that ADBReInit not be called on
the Macintosh SE until the problem is fixed. (There is no need to call
ADBReInit.) This problem will not occur with the Macintosh II ROM version
of the keyboard driver.
Name = ADB (Space Aliens)
Path = Trilogy III:Files:MacTechNotes:Hardware:ADB (Space Aliens)
Size: 15K Date: 6/22/93 Version:
Description:
ADB (Space Aliens) - This Technical Note explains how the Apple Desktop Bus
(ADB) works on the Macintosh. This Note covers the boot process, driver
installation, ADB Manager run-time behavior, use of ADB Manager calls, and
answers commonly asked questions.
Name = ADSP Q&As
Path = Trilogy III:Files:MacTechNotes:Networking:ADSP Q&As
Size: 8K Date:10/29/92 Version:
Description:
ADSP Q&As - This Technical Note contains a collection of Q&As relating to a
specific topic—questions you’ve sent the Developer Support Center (DSC)
along with answers from the DSC engineers. While DSC engineers have checked
the Q&A content for accuracy, the Q&A Technical Notes don’t have the
editing and organization of other Technical Notes. The Q&A function is to
get new technical information and updates to you quickly, saving the polish
for when the information migrates into reference manuals.
Name = AFE Q&As
Path = Trilogy III:Files:MacTechNotes:Platforms & Tools:AFE Q&As
Size: 9K Date:10/29/92 Version:
Description:
AFE Q&As - This Technical Note contains a collection of Q&As relating to a
specific topic—questions you’ve sent the Developer Support Center (DSC)
along with answers from the DSC engineers. While DSC engineers have checked
the Q&A content for accuracy, the Q&A Technical Notes don’t have the
editing and organization of other Technical Notes. The Q&A function is to
get new technical information and updates to you quickly, saving the polish
for when the information migrates into reference manuals.
Name = AFP Q&As
Path = Trilogy III:Files:MacTechNotes:Networking:AFP Q&As
Size: 6K Date:10/29/92 Version:
Description:
AFP Q&As - This Technical Note contains a collection of Q&As relating to a
specific topic—questions you’ve sent the Developer Support Center (DSC)
along with answers from the DSC engineers. While DSC engineers have checked
the Q&A content for accuracy, the Q&A Technical Notes don’t have the
editing and organization of other Technical Notes. The Q&A function is to
get new technical information and updates to you quickly, saving the polish
for when the information migrates into reference manuals.
Name = ASP & AFP
Path = Trilogy III:Files:MacTechNotes:Networking:ASP & AFP
Size: 5K Date:10/29/92 Version:
Description:
ASP & AFP - The descriptions of the AppleTalk Session Protocol and
AppleTalk Filing Protocol functions within the body of the AppleTalk
Manager chapter are incorrect and conflict with those in the Summary of the
AppleTalk Manager. This technical note resolves the discrepancy. The
descriptions of the AppleTalk Session Protocol and AppleTalk Filing
Protocol functions which are described on pages 534 through 548 of Inside
Macintosh Volume V conflict with the descriptions in the Summary of the
AppleTalk Manager section, pages 554 through 559.
Name = ATP Q&As
Path = Trilogy III:Files:MacTechNotes:Networking:ATP Q&As
Size: 5K Date:10/29/92 Version:
Description:
ATP Q&As - This Technical Note contains a collection of Q&As relating to a
specific topic—questions you’ve sent the Developer Support Center (DSC)
along with answers from the DSC engineers. While DSC engineers have checked
the Q&A content for accuracy, the Q&A Technical Notes don’t have the
editing and organization of other Technical Notes. The Q&A function is to
get new technical information and updates to you quickly, saving the polish
for when the information migrates into reference manuals.
Name = AT Remote Access Q&As
Path = Trilogy III:Files:MacTechNotes:Networking:AT Remote Access Q&As
Size: 7K Date:10/29/92 Version:
Description:
AT Remote Access Q&As - This Technical Note contains a collection of Q&As
relating to a specific topic—questions you’ve sent the Developer Support
Center (DSC) along with answers from the DSC engineers. While DSC engineers
have checked the Q&A content for accuracy, the Q&A Technical Notes don’t
have the editing and organization of other Technical Notes. The Q&A
function is to get new technical information and updates to you quickly,
saving the polish for when the information migrates into reference manuals.
Name = AWS95 Performance Guide
Path = Trilogy III:Files:MacTechNotes:Apple Workgroup Server:AWS95 Performance Guide
Size: 14K Date:11/10/93 Version:
Description:
AWS95 Performance Guide -